home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / GRAF_MOU.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-29  |  494 b   |  17 lines

  1. #ifndef _GRAF_MOU_H_
  2. #define _GRAF_MOU_H_
  3.  
  4. #include <VDI.H>
  5. #include "K_DEFS.H"
  6.  
  7. extern short user_mouse;        /* User set mouse (whatever was last set with graf_mouse) */
  8. extern MFORM *user_mouse_form;    /* - used to restore cursor after window drags, etc */
  9.  
  10. void graf_mouse(short m_shape, MFORM *mf);
  11.  
  12. unsigned long XA_graf_mouse(short clnt_pid, AESPB *pb);
  13. unsigned long XA_graf_handle(short clnt_pid, AESPB *pb);
  14. unsigned long XA_graf_mkstate(short clnt_pid, AESPB *pb);
  15.  
  16. #endif
  17.